Crate dia_semver[][src]

An implementation of https://semver.org

Project

Features

Notes

Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

Modules

specification

Specification

version_info

8.3.3 (March 23rd, 2021)

Structs

Error

Error

ParseSemverErrorDeprecated

Error while parsing semver.

RangeDeprecated

Range

Semver

Semver.

Enums

PreRelease

Pre-release.

SemverErrorKindDeprecated

Semver error kind.

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging…

VERSION

Crate version

Type Definitions

Result

Result type used in this crate